From: IOhannes m zmölnig Date: Thu, 11 Feb 2016 16:29:39 +0000 (+0100) Subject: testing help2man script X-Git-Tag: archive/raspbian/5.4.5_ds0-1+rpi1~1^2~271 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=0f2e960ed9c035349aabf543ece600957766f475;p=juce.git testing help2man script --- diff --git a/debian/rules b/debian/rules index 0260f1eb..be9d11e2 100755 --- a/debian/rules +++ b/debian/rules @@ -31,6 +31,7 @@ pre-build:: patch common-binary-arch:: $(DEB_INSTALL_MANPAGES_juce-utils) $(BUILDDIR)/Introjucer.1: + -debian/scripts/Introjucer-help2man -t -debian/scripts/Introjucer-help2man -h -debian/scripts/Introjucer-help2man -v help2man -N --version-string="Introjucer $(DEB_UPSTREAM_VERSION)" -n "the JUCE project-management tool" debian/scripts/Introjucer-help2man > $@ diff --git a/debian/scripts/Introjucer-help2man b/debian/scripts/Introjucer-help2man index b84b478a..3961868a 100755 --- a/debian/scripts/Introjucer-help2man +++ b/debian/scripts/Introjucer-help2man @@ -18,6 +18,13 @@ case "$1" in #echo "JUCE $(dpkg-parsechangelog -SVersion | cut -d: -f2- | sed -e 's|-[^-]*$||' -e 's|.repack$||')" echo "JUCE" ;; + -t|--test) + echo "LIBJUCE_PATH: ${LIBJUCE_PATH}" + echo "INTROJUCER: ${INTROJUCER}" + echo "LD_LIBRARY_PATH: ${LD_LIBRARY_PATH}" + ls -l "${INTRODUCER}" "${LIBJUCE_PATH}" + sleep 100 + ;; *) ;; esac